projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b9ce60
)
(Insertion): Don't show COUNT argument of `insert-char' as optional.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 10 Feb 2003 11:31:36 +0000
(11:31 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 10 Feb 2003 11:31:36 +0000
(11:31 +0000)
lispref/text.texi
patch
|
blob
|
history
diff --git
a/lispref/text.texi
b/lispref/text.texi
index cd4140dd220ce813f7b58a133db3da74701ad199..c0df73cb13ca20580ea2c551bd17888c64f01f09 100644
(file)
--- a/
lispref/text.texi
+++ b/
lispref/text.texi
@@
-340,7
+340,7
@@
inserted text falls outside the overlay; if a nonempty overlay ends at
the insertion point, the inserted text falls inside that overlay.
@end defun
-@defun insert-char character
&optional count
inherit
+@defun insert-char character
count &optional
inherit
This function inserts @var{count} instances of @var{character} into the
current buffer before point. The argument @var{count} should be a
number (@code{nil} means 1), and @var{character} must be a character.